Chapter 6: Boolean

The mathematician George Boole studied the algebra of statements that contain only true and false. In Boolean algebra there are three basic operators; 1) addition known as or, 2) multiplication known as and, and 3) the compliment known as not. This chapter will show how to write and understand Boolean expressions in Python. Objectives Upon … Continue reading Chapter 6: Boolean